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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2019-10-18
review comment: span bug label
Esteban Küber
-1
/
+1
2019-10-18
review comments: help wording
Esteban Küber
-10
/
+11
2019-10-18
Review nit
Oliver Scherer
-1
/
+1
2019-10-18
remove stray change
Stefan Lankes
-1
/
+2
2019-10-18
remove obsolete code
Stefan Lankes
-2
/
+0
2019-10-18
Use Cow to handle modifications of projection in preparation for interning
Santiago Pastorino
-49
/
+67
2019-10-18
Added doc on keyword break
Yves Dorfsman
-2
/
+64
2019-10-18
Added text after error messages
Lucas Henry
-26
/
+26
2019-10-18
Adjust const eval code to reflect `offset_from` docs
Oliver Scherer
-36
/
+10
2019-10-18
[const-prop] Handle MIR Rvalue::Discriminant
Wesley Wiser
-2
/
+55
2019-10-18
[const-prop] Handle MIR Rvalue::Aggregates
Wesley Wiser
-7
/
+75
2019-10-18
[const-prop] Handle MIR Rvalue::Repeat
Wesley Wiser
-2
/
+46
2019-10-18
Use dedicated method for getting the type size
Oliver Scherer
-1
/
+1
2019-10-18
Auto merge of #64925 - ehuss:document-json, r=Mark-Simulacrum
bors
-1
/
+240
2019-10-18
Clarify diagnostics when using `~` as a unary op
Yuki Okushi
-2
/
+2
2019-10-18
Avoid realloc in `CString::new`
Shotaro Yamada
-4
/
+27
2019-10-18
Fix left/right shift typo in wrapping rotate docs
Tobias Rapp
-2
/
+2
2019-10-18
Remove `Hash` impls for `DefPath`, `DisambiguatedDefPathData`, and `DefKey`.
Nicholas Nethercote
-3
/
+3
2019-10-18
Add public re-exports for benches
Igor Aleksanov
-2
/
+4
2019-10-18
Remove `Copy` and `Clone` impls for `LocalInternedString`.
Nicholas Nethercote
-3
/
+3
2019-10-17
Point at enclosing function without `self` receiver
Esteban Küber
-9
/
+34
2019-10-18
Fix cast of stx_btime.tv_nsec
oxalica
-1
/
+1
2019-10-18
Fix cfgs for current libc
oxalica
-89
/
+139
2019-10-18
Prefer statx on linux if available
oxalica
-11
/
+182
2019-10-18
Change how `Symbol::Debug` works.
Nicholas Nethercote
-3
/
+3
2019-10-18
Use `with` in `Symbol` trait methods.
Nicholas Nethercote
-3
/
+3
2019-10-18
Change `MetaItem::tokens()` to `MetaItem::token_trees_and_joints()`.
Nicholas Nethercote
-21
/
+26
2019-10-18
Change `Lit::tokens()` to `Lit::token_tree()`.
Nicholas Nethercote
-13
/
+13
2019-10-18
Make `TokenStream::from_iter` less general and more efficient.
Nicholas Nethercote
-3
/
+3
2019-10-18
Remove two no-op `into()` calls.
Nicholas Nethercote
-2
/
+2
2019-10-17
Add process_* place hooks to improve code reutilization
Santiago Pastorino
-97
/
+82
2019-10-17
Setup a different visit place set of methods for mutable and immutable visitors
Santiago Pastorino
-77
/
+103
2019-10-17
Remove unneeded callback and just use the new_local value
Santiago Pastorino
-19
/
+13
2019-10-17
Prepare def_use MutVisitor to have projections interned
Santiago Pastorino
-9
/
+27
2019-10-17
Prepare erase_regions MutVisitor to have projections interned
Santiago Pastorino
-1
/
+20
2019-10-17
Prepare generator MutVisitor to have projections interned
Santiago Pastorino
-7
/
+45
2019-10-17
Prepare inline MutVisitor to have projections interned
Santiago Pastorino
-16
/
+35
2019-10-17
Prepare renumber MutVisitor to have projections interned
Santiago Pastorino
-2
/
+21
2019-10-17
Prepare simplify MutVisitor to have projections interned
Santiago Pastorino
-0
/
+20
2019-10-17
Prepare promote_consts MutVisitor to have projections interned
Santiago Pastorino
-1
/
+25
2019-10-17
super_ty on MutVisitor is empty so avoid the call
Santiago Pastorino
-1
/
+0
2019-10-17
Refer to "associated functions" instead of "static methods"
Esteban Küber
-40
/
+38
2019-10-17
Avoid ICE when checking `Destination` of `break` inside a closure
Esteban Küber
-6
/
+38
2019-10-18
rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...
Eduard-Mihai Burtescu
-138
/
+120
2019-10-17
Update clippy
Manish Goregaokar
-7
/
+7
2019-10-17
Update API to be more compatible with plugin needs
Mark Rousskov
-13
/
+37
2019-10-17
Fix test fallout
Mark Rousskov
-28
/
+31
2019-10-17
Create lint store during plugin registration
Mark Rousskov
-103
/
+82
2019-10-17
Remove all borrows of lint store from Session from librustc
Mark Rousskov
-24
/
+37
2019-10-17
Access future incompatibility information directly
Mark Rousskov
-6
/
+1
[prev]
[next]