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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-03-11
Reduce special casing in the const pretty printer
Oliver Scherer
-12
/
+6
2020-03-11
Don't print leading zeros on hex dumps constants
Oliver Scherer
-21
/
+17
2020-03-11
Eliminate all ParamEnv::empty uses in pretty printing
Oliver Scherer
-22
/
+19
2020-03-11
Print braces only in print_ty mode
Oliver Scherer
-43
/
+43
2020-03-11
Address review comments around `type_ascribed_value`
Oliver Scherer
-40
/
+41
2020-03-11
Deduplicate and clean up pretty printing logic
Oliver Scherer
-147
/
+286
2020-03-11
librustc_codegen_llvm: Use slices instead of 0-terminated strings
Tomasz Miąsko
-56
/
+62
2020-03-10
Add docs for From::<&mut str>::from String impl
Ryan Lopopolo
-0
/
+3
2020-03-10
Add stable feature name
Ryan Lopopolo
-1
/
+1
2020-03-10
review comments
Esteban Küber
-68
/
+22
2020-03-10
Ignore `mir-opt` test when panic=abort
Dylan MacKenzie
-0
/
+2
2020-03-10
Add `mir-opt` test for better drop elaboration
Dylan MacKenzie
-0
/
+41
2020-03-10
Allow vec.rs to be over 3000 lines :(
Joshua Nelson
-0
/
+1
2020-03-10
Bump release cutoff
Joshua Nelson
-1
/
+1
2020-03-10
make the impl a little prettier
Joshua Nelson
-1
/
+1
2020-03-10
fix test failure
Joshua Nelson
-2
/
+7
2020-03-10
bless UI tests
Joshua Nelson
-8
/
+17
2020-03-10
add ui-tests
Joshua Nelson
-0
/
+9
2020-03-10
limit From impl to LengthAtMost32
Joshua Nelson
-1
/
+4
2020-03-10
fix error compiling stage2
Joshua Nelson
-1
/
+1
2020-03-10
impl From<[T; N]> for Vec<T>
Joshua Nelson
-0
/
+7
2020-03-10
[Miri] Use a session variable instead of checking for an env var always
Wesley Wiser
-13
/
+44
2020-03-10
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
Santiago Pastorino
-55
/
+55
2020-03-10
Rename Rustc Guide to Rustc Dev Guide
Santiago Pastorino
-2
/
+2
2020-03-10
Rename rustc_guide to rustc_dev_guide
Santiago Pastorino
-2
/
+2
2020-03-10
Rename rustc guide to rustc dev guide
Santiago Pastorino
-78
/
+78
2020-03-10
Rename rustc-guide to rustc-dev-guide
Santiago Pastorino
-58
/
+58
2020-03-10
parse: Tweak the function parameter edition check
Vadim Petrochenkov
-3
/
+23
2020-03-10
fix how we detect an unset variable
Matt Cooper
-1
/
+1
2020-03-10
establish immutable source for RUST_CONFIGURE_ARGS
Matt Cooper
-23
/
+30
2020-03-10
Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb
bors
-287
/
+190
2020-03-10
Make Point `Copy` in arithmetic documentation
Florian Gilcher
-6
/
+6
2020-03-10
Matrix::push: recursively expand or-patterns
Mazdak Farrokhzad
-1
/
+48
2020-03-10
explain the use of a custom identity function
Bastian Kauschke
-0
/
+3
2020-03-10
Remove deprecated description function of TryReserveError
Lena Wildervanck
-5
/
+1
2020-03-10
also make panic_fmt track_caller
Ralf Jung
-7
/
+36
2020-03-10
parse_if_expr: recover on attributes
Mazdak Farrokhzad
-64
/
+98
2020-03-10
When `crate_type` is `None`,check compiler options
12101111
-1
/
+1
2020-03-10
trait-object-lifetime-parens: improve recovery.
Mazdak Farrokhzad
-33
/
+40
2020-03-10
use check_path more
Mazdak Farrokhzad
-9
/
+6
2020-03-10
simplify & improve parse_ty_tuple_or_parens
Mazdak Farrokhzad
-62
/
+107
2020-03-10
issue 68890: add more minimal repro
Mazdak Farrokhzad
-0
/
+17
2020-03-10
error_block_no_opening_brace: handle closures better
Mazdak Farrokhzad
-19
/
+24
2020-03-10
block-no-opening-brace: add another statement
Mazdak Farrokhzad
-44
/
+45
2020-03-10
parser: add note for `'label expr`.
Mazdak Farrokhzad
-0
/
+13
2020-03-10
parser/attr: adjust indentation.
Mazdak Farrokhzad
-7
/
+5
2020-03-10
parse_labeled_expr: add a suggestion on missing colon.
Mazdak Farrokhzad
-14
/
+31
2020-03-10
parse_block_tail: reduce visibility
Mazdak Farrokhzad
-5
/
+1
2020-03-10
unify/improve/simplify attribute parsing
Mazdak Farrokhzad
-173
/
+140
2020-03-10
parse: recover on `fn foo() = expr;`
Mazdak Farrokhzad
-1
/
+156
[prev]
[next]