index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2019-01-30
Failure resistent trait implementing
Oliver Scherer
-1
/
+2
2019-01-30
Improve bug message in check_ty
Philipp Hansch
-2
/
+2
2019-01-30
fix #57686: update docs for fix_start/end_matches
Rett Berg
-8
/
+8
2019-01-30
Swap the names of `LocalValue` and `LocalState`
Oliver Scherer
-33
/
+33
2019-01-30
Prefer macro over manual implementation
Oliver Scherer
-12
/
+6
2019-01-30
Add suggestions to deprecation lints
Oliver Scherer
-26
/
+111
2019-01-30
Auto merge of #57495 - jamesmunns:mdbook-compat, r=steveklabnik
bors
-25
/
+270
2019-01-30
Add MOVBE feature
Jethro Beekman
-1
/
+5
2019-01-30
CI: Use lld for linking LLVM in the x86_64-gnu-debug image.
Michael Woerister
-0
/
+1
2019-01-30
bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml.
Michael Woerister
-0
/
+11
2019-01-30
ci: Use clang as the C++ compiler for x86_64-gnu-debug.
Michael Woerister
-3
/
+9
2019-01-30
bootstrap: Make LLD available to run-make tests.
Michael Woerister
-14
/
+27
2019-01-30
Add missing packages.
Michael Woerister
-0
/
+5
2019-01-30
Eliminate an unwrap
Oliver Scherer
-10
/
+11
2019-01-30
Monomorphize types when not going through `layout_of_local`
Oliver Scherer
-2
/
+3
2019-01-30
Add exception for new dependency in license checker
James Munns
-0
/
+1
2019-01-30
Update to newer version of mdbook(2)
James Munns
-1
/
+168
2019-01-30
Indent fixup
Oliver Scherer
-2
/
+2
2019-01-30
Remove stable feature
James Munns
-2
/
+0
2019-01-30
No consumers of MdBook2 yet
James Munns
-0
/
+4
2019-01-30
Only the compatibility items from the embedded book PR
James Munns
-25
/
+100
2019-01-30
proc_macro: make `TokenStream::from_streams` pre-allocate its vector.
Felix S. Klock II
-1
/
+7
2019-01-30
The return place's layout is only used once per frame, so caching doesn't help
Oliver Scherer
-1
/
+1
2019-01-30
Can't use `layout_of_local` for the frame currently being created
Oliver Scherer
-2
/
+3
2019-01-30
Make priroda happy again
Oliver Scherer
-1
/
+1
2019-01-30
Allow `layout_of_local` to also use cached layouts
Oliver Scherer
-14
/
+19
2019-01-30
Auto merge of #57988 - RalfJung:miri, r=oli-obk
bors
-14
/
+14
2019-01-30
Merge `locals` and `local_layouts` fields
Oliver Scherer
-39
/
+68
2019-01-30
Allow #[repr(align(x))] on enums (#57996)
Niklas Fiekas
-24
/
+87
2019-01-30
update miri
Ralf Jung
-14
/
+14
2019-01-30
Auto merge of #57932 - matthiaskrgr:clippy_submodule_upd, r=oli-obk
bors
-15
/
+30
2019-01-30
override `VecDeque`'s `Iter::try_fold`
Andre Bogus
-1
/
+47
2019-01-30
Suggest to add each of `|` and `()` when unexpected `,` is found in pattern
Knium_
-7
/
+60
2019-01-30
Auto merge of #57975 - alexcrichton:debug-exit-appveyor, r=pietroalbini
bors
-0
/
+7
2019-01-30
submodules: update clippy from f1753522 to 6ce78d12
Matthias Krüger
-15
/
+30
2019-01-29
Auto merge of #57953 - mati865:cc-fix, r=alexcrichton
bors
-9
/
+4
2019-01-29
Add link to the edition guide.
Siddhartha Sahu
-0
/
+4
2019-01-29
Add tracking issue to unstable attribute
Jonas Schievink
-4
/
+4
2019-01-29
Use LLVM intrinsics for saturating add/sub
Nikita Popov
-3
/
+101
2019-01-29
Make weak_count return an Option<usize>
Jonas Schievink
-26
/
+22
2019-01-29
Fix tests
John Kåre Alsaker
-10
/
+3
2019-01-29
Only store the result of mir_borrowck for closures
John Kåre Alsaker
-28
/
+31
2019-01-29
Skip some test passes
John Kåre Alsaker
-8
/
+12
2019-01-29
Use ensure for borrowck
John Kåre Alsaker
-1
/
+1
2019-01-29
Add some time statements
John Kåre Alsaker
-3
/
+6
2019-01-29
Use an ItemLikeVisitor for CheckTypeWellFormedVisitor
John Kåre Alsaker
-16
/
+9
2019-01-29
Make impl_wf_check incremental
John Kåre Alsaker
-1
/
+32
2019-01-29
Optimize match checking
John Kåre Alsaker
-15
/
+3
2019-01-29
Add an ensure() method to TyCtxt used to ensure queries are run
John Kåre Alsaker
-34
/
+38
2019-01-29
Implement a slightly racy `sync::Weak::weak_count`
Jonas Schievink
-5
/
+70
[prev]
[next]