Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
931eb4c
Add one more example for Cow that shows how to keep Cow in a struct
Aug 6, 2018
9a3a12e
Fix review notes
Aug 15, 2018
34b65db
document effect of join on memory ordering
RalfJung Aug 15, 2018
5bfb785
Review fix
Aug 15, 2018
b73843f
Force-inline `shallow_resolve` at its hottest call site.
nnethercote Aug 17, 2018
3995bff
Add another PartialEq example
GuillaumeGomez Aug 21, 2018
cccd2ce
cleanup: Add main functions to some UI tests
petrochenkov Aug 22, 2018
9395a02
Fix stabilisation version for macro_vis_matcher.
jkozlowski Aug 25, 2018
1f421d6
call span_suggestion with applicability
jcpst Aug 26, 2018
26f38c0
Do not suggest dereferencing in macro
estebank Aug 26, 2018
a2722f3
readd final newline
estebank Aug 27, 2018
4570ace
save-analysis: Differentiate foreign functions and statics.
emilio Aug 18, 2018
130e556
Avoid calling `unroll_place()` in a common case.
nnethercote Aug 27, 2018
c874e36
add llvm-readobj to llvm-tools-preview
japaric Aug 27, 2018
9e96419
Generalize `async_idents` to all new keywords
alexcrichton Aug 24, 2018
51fd3bf
rustc: Suggest removing `extern crate` in 2018
alexcrichton Aug 24, 2018
8486efa
fix a typo: taget_env -> target_env
oconnor663 Aug 27, 2018
1d79d8b
Fix source automatic scroll
GuillaumeGomez Aug 27, 2018
04b4c40
Fix invalid display of unstable messages
GuillaumeGomez Aug 27, 2018
f77ad5c
remove `let x = baz` which was obscuring the real error
nikomatsakis Aug 6, 2018
e6dcdee
expand keep-stage --help text
RalfJung Aug 28, 2018
31b63d0
split paragraph
RalfJung Aug 28, 2018
84796cb
sort
japaric Aug 28, 2018
93f3f5b
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere i…
eddyb Aug 18, 2018
6628d39
move file-extension based .gitignore down to src/
RalfJung Aug 28, 2018
621d656
Rollup merge of #51760 - GuillaumeGomez:add-another-partialeq-example…
Mark-Simulacrum Aug 28, 2018
3fa6f01
Rollup merge of #53113 - kpp:more_docs_for_cow, r=GuillaumeGomez
Mark-Simulacrum Aug 28, 2018
40141cc
Rollup merge of #53129 - nikomatsakis:issue-51172-tweak-test, r=pnkfelix
Mark-Simulacrum Aug 28, 2018
c71e7ae
Rollup merge of #53389 - RalfJung:thread-join, r=sfackler
Mark-Simulacrum Aug 28, 2018
817ddb9
Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix
Mark-Simulacrum Aug 28, 2018
dba832e
Rollup merge of #53513 - nnethercote:inline-shallow_resolve, r=varkor
Mark-Simulacrum Aug 28, 2018
387d0c6
Rollup merge of #53622 - petrochenkov:nomain, r=oli-obk
Mark-Simulacrum Aug 28, 2018
0a0157e
Rollup merge of #53655 - jcpst:with_applicability, r=estebank
Mark-Simulacrum Aug 28, 2018
842b06b
Rollup merge of #53684 - alexcrichton:suggest-remove, r=oli-obk
Mark-Simulacrum Aug 28, 2018
682c191
Rollup merge of #53685 - alexcrichton:more-keywords, r=varkor
Mark-Simulacrum Aug 28, 2018
f922ac0
Rollup merge of #53702 - jkozlowski:correct_version_for_macro_vis_mat…
Mark-Simulacrum Aug 28, 2018
94e4a29
Rollup merge of #53727 - estebank:incorrect-deref-suggestion, r=nikom…
Mark-Simulacrum Aug 28, 2018
fe5b88a
Rollup merge of #53732 - emilio:foreign-fn, r=nrc
Mark-Simulacrum Aug 28, 2018
3557bd1
Rollup merge of #53733 - nnethercote:avoid-unroll_place, r=nikomatsakis
Mark-Simulacrum Aug 28, 2018
33d83eb
Rollup merge of #53740 - japaric:readobj, r=alexcrichton
Mark-Simulacrum Aug 28, 2018
16b7aa1
Rollup merge of #53743 - oconnor663:target_env, r=kennytm
Mark-Simulacrum Aug 28, 2018
3969ad2
Rollup merge of #53747 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus
Mark-Simulacrum Aug 28, 2018
2f2a4a1
Rollup merge of #53753 - RalfJung:keep-stage, r=nikomatsakis
Mark-Simulacrum Aug 28, 2018
4028a95
Rollup merge of #53768 - RalfJung:gitignore, r=nikomatsakis
Mark-Simulacrum Aug 28, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move file-extension based .gitignore down to src/
  • Loading branch information
RalfJung committed Aug 28, 2018
commit 6628d39f4a07600067324d83932b55b89c586ec3
46 changes: 0 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,49 +1,3 @@
*.a
*.aux
*.bc
*.boot
*.bz2
*.cmi
*.cmo
*.cmx
*.cp
*.cps
*.d
*.dSYM
*.def
*.diff
*.dll
*.dylib
*.elc
*.epub
*.exe
*.fn
*.html
*.kdev4
*.ky
*.ll
*.llvm
*.log
*.o
*.orig
*.out
*.patch
*.pdb
*.pdf
*.pg
*.pot
*.pyc
*.rej
*.rlib
*.rustc
*.so
*.swo
*.swp
*.tmp
*.toc
*.tp
*.vr
*.x86
*~
.#*
.DS_Store
Expand Down
46 changes: 46 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
*.a
*.aux
*.bc
*.boot
*.bz2
*.cmi
*.cmo
*.cmx
*.cp
*.cps
*.d
*.dSYM
*.def
*.diff
*.dll
*.dylib
*.elc
*.epub
*.exe
*.fn
*.html
*.kdev4
*.ky
*.ll
*.llvm
*.log
*.o
*.orig
*.out
*.patch
*.pdb
*.pdf
*.pg
*.pot
*.pyc
*.rej
*.rlib
*.rustc
*.so
*.swo
*.swp
*.tmp
*.toc
*.tp
*.vr
*.x86