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-07-21
move unescape module to rustc_lexer
Aleksey Kladov
-18
/
+17
2019-07-21
tidy is being silly
Ralf Jung
-5
/
+2
2019-07-21
fix comment
Luca Barbieri
-1
/
+1
2019-07-21
read: fix doc comment
Ralf Jung
-2
/
+2
2019-07-21
use a const to hack around promotion limitations
Ralf Jung
-2
/
+10
2019-07-21
disable overlapping check with Miri (does not work without intptrcast)
Ralf Jung
-0
/
+2
2019-07-21
update Miri
Ralf Jung
-7
/
+7
2019-07-21
apply feedback
Ralf Jung
-4
/
+6
2019-07-21
sync with nomicon: raw ptr must be non-dangling and aligned every time it is ...
Ralf Jung
-2
/
+2
2019-07-21
Expand comment on BorrowRef::new
Luca Barbieri
-2
/
+12
2019-07-21
normalize use of backticks in compiler messages for librustc_lint
Samy Kacimi
-65
/
+65
2019-07-21
Auto merge of #59706 - matklad:the-essence-of-lexer, r=petrochenkov
bors
-1259
/
+1327
2019-07-21
Add tests for issue-58887
Yuki Okushi
-0
/
+56
2019-07-21
Auto merge of #60913 - spastorino:place2_4, r=oli-obk
bors
-989
/
+1735
2019-07-20
Update render.rs
Kinrany
-1
/
+1
2019-07-20
Fix theme picker blur handler: always hide instead of switching
Kinrany
-7
/
+15
2019-07-20
normalize use of backticks in compiler messages for librustc_incremental
Samy Kacimi
-9
/
+9
2019-07-20
tests: Add minimal reproduction of #61963.
David Wood
-0
/
+126
2019-07-20
Introduce rustc_lexer
Aleksey Kladov
-1259
/
+1327
2019-07-20
Remove vector fadd/fmul reduction workarounds
Nikita Popov
-102
/
+37
2019-07-20
Don't link mcjit/interpreter LLVM components
Nikita Popov
-16
/
+3
2019-07-20
Remove tests for -Zlower-128bit-ops
bjorn3
-375
/
+0
2019-07-20
Auto merge of #62789 - GuillaumeGomez:update-pulldown-cmark, r=Manishearth
bors
-1
/
+1
2019-07-20
references must be aligned; also move up the warning that fn ptrs must be non...
Ralf Jung
-7
/
+8
2019-07-20
warn that raw pointers must be aligned when used, and that writes cause drop
Ralf Jung
-2
/
+6
2019-07-20
Update pulldown-cmark version
Guillaume Gomez
-1
/
+1
2019-07-20
Auto merge of #62710 - estebank:bad-named-args, r=petrochenkov
bors
-34
/
+53
2019-07-20
alters the panic variant of InterpError
Saleem Jaffer
-42
/
+25
2019-07-20
Avoid cloning Place in check_and_patch
Santiago Pastorino
-12
/
+13
2019-07-20
Avoid cloning Place in visit_rvalue
Santiago Pastorino
-4
/
+4
2019-07-20
Avoid cloning Place in assign #2
Santiago Pastorino
-8
/
+2
2019-07-20
Avoid cloning Place in assign #1
Santiago Pastorino
-8
/
+3
2019-07-20
Avoid cloning Place in in_projection_structurally
Santiago Pastorino
-20
/
+20
2019-07-20
Avoid cloning Place in is_stable
Santiago Pastorino
-5
/
+6
2019-07-20
Avoid unneeded else branches
Santiago Pastorino
-22
/
+13
2019-07-20
Avoid cloning Place in gather_init
Santiago Pastorino
-13
/
+13
2019-07-20
Avoid cloning Place in calculate_fake_borrows
Santiago Pastorino
-9
/
+18
2019-07-20
Avoid cloning Place in limit_capture_mutability
Santiago Pastorino
-3
/
+3
2019-07-20
Avoid cloning Place in report_cannot_move_from_borrowed_content
Santiago Pastorino
-12
/
+12
2019-07-20
Avoid cloning Place in report_cannot_move_from_static
Santiago Pastorino
-4
/
+4
2019-07-20
Avoid cloning Place in check_access_permissions
Santiago Pastorino
-28
/
+36
2019-07-20
Avoid cloning Place in append_place_to_string
Santiago Pastorino
-14
/
+15
2019-07-20
Avoid cloning Place in classify_drop_access_kind
Santiago Pastorino
-5
/
+5
2019-07-20
Avoid cloning Place in describe_place_for_conflicting_borrow
Santiago Pastorino
-37
/
+42
2019-07-20
Avoid cloning Place in report_use_of_moved_or_uninitialized and friends
Santiago Pastorino
-231
/
+253
2019-07-20
Remove explicit lifetime
Santiago Pastorino
-3
/
+3
2019-07-20
Remove explicit return from last line of fn
Santiago Pastorino
-1
/
+1
2019-07-20
Avoid cloning Place in codegen_place
Santiago Pastorino
-40
/
+51
2019-07-20
Implement Place::as_place_ref
Santiago Pastorino
-6
/
+8
2019-07-20
Avoid cloning place in LocalAnalyzer visitor
Santiago Pastorino
-56
/
+91
[prev]
[next]