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-05
Opt out of CTFE if the 'const_eval_limit' is set to 0
Christoph Schmidler
-10
/
+26
2020-03-05
Add a new test to reach const_limit setting, although with wrong WARNINGs yet
Christoph Schmidler
-37
/
+52
2020-03-05
Disable CTFE if const_limit was set to 0, otherwise use the value set, which ...
Christoph Schmidler
-8
/
+40
2020-03-05
Prepare const_limit feature gate and attribute
Christoph Schmidler
-1
/
+45
2020-03-05
Auto merge of #69717 - estebank:correctly-probe, r=varkor
bors
-2
/
+1
2020-03-04
Tweak output for invalid negative impl AST errors
Esteban Küber
-52
/
+56
2020-03-04
Documentation and slight simplification of BTreeMap's internals
Stein Somers
-14
/
+19
2020-03-04
Correctly reject `TraitCandidate` in all cases
Esteban Küber
-2
/
+1
2020-03-04
Update stderr
Aaron Hill
-59
/
+35
2020-03-04
Fix tabs
Aaron Hill
-10
/
+10
2020-03-04
Extent pretty-print test
Aaron Hill
-0
/
+9
2020-03-04
Test that cfg-gated if-exprs are not type-checked
Aaron Hill
-0
/
+12
2020-03-04
Move if-attr tests to their own directory
Aaron Hill
-0
/
+0
2020-03-04
Add run-pass test suggested by @joshtriplett
Aaron Hill
-0
/
+15
2020-03-04
Remove recovery test
Aaron Hill
-30
/
+0
2020-03-04
Test trying to cfg-remove an `if` expression
Aaron Hill
-0
/
+13
2020-03-04
Test that stmt_expr_attrs properly gates if-attrs
Aaron Hill
-0
/
+18
2020-03-04
Test #[allow(unused)] on `if` expression
Aaron Hill
-0
/
+12
2020-03-04
Permit attributes on 'if' expressions
Aaron Hill
-34
/
+137
2020-03-04
PlaceRef<'a, 'tcx> -> PlaceRef<'tcx>
Santiago Pastorino
-50
/
+46
2020-03-04
Make PlaceRef lifetimes of in_projection be both 'tcx
Santiago Pastorino
-4
/
+4
2020-03-04
Make PlaceRef lifetimes of is_prefix_of be both 'tcx
Santiago Pastorino
-4
/
+4
2020-03-04
Make PlaceRef lifetimes of classify_drop_access_kind be both 'tcx
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of closure_span be both 'tcx
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of move_spans be both 'tcx
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of borrowed_content_source be both 'tcx
Santiago Pastorino
-2
/
+2
2020-03-04
Move formatting to different function
Jonas Schievink
-1
/
+5
2020-03-04
Make PlaceRef lifetimes of describe_field be both 'tcx
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of add_moved_or_invoked_closure_note be both 'tcx
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of is_upvar_field_projection be both 'tcx
Santiago Pastorino
-6
/
+6
2020-03-04
Use single-char patter on {ends,starts}_with and remove clone on copy type.
Matthias Krüger
-4
/
+4
2020-03-04
Don't use "if let" bindings to only check a value and not actually bind anyth...
Matthias Krüger
-9
/
+9
2020-03-04
Use .as_deref() instead of .as_ref().map(Deref::deref) (clippy::option_as_ref...
Matthias Krüger
-2
/
+2
2020-03-04
Use .map() to modify data inside Options instead of using .and_then(|x| Some(...
Matthias Krüger
-22
/
+17
2020-03-04
Don't use .ok() before unwrapping via .expect() on a Result.
Matthias Krüger
-1
/
+0
2020-03-04
Update macros.rs: fix documentation typo.
Penelope Phippen
-1
/
+1
2020-03-04
Add unborrow to reset RefCell borrow state
Andreas Molzer
-5
/
+36
2020-03-04
On mismatched delimiters, only point at empty blocks that are in the same line
Esteban Küber
-9
/
+8
2020-03-04
submodules: update clippy from 8b7f7e66 to 329923ed
Matthias Krüger
-7
/
+11
2020-03-04
Use subslice patterns in slice methods
Josh Stone
-22
/
+8
2020-03-04
Auto merge of #69576 - matthiaskrgr:nightly_bootstrap_from_beta, r=Centril
bors
-1
/
+1
2020-03-04
Further clarifications and comments on toolstate operation.
Eric Huss
-4
/
+12
2020-03-04
Make PlaceRef lifetimes of move_path_for_place be both 'tcx
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of move_path_closest_to be both 'tcx
Santiago Pastorino
-2
/
+2
2020-03-04
more toolstate comments
Ralf Jung
-9
/
+12
2020-03-04
Toolstate: remove redundant beta-week check.
Eric Huss
-30
/
+9
2020-03-04
Update books
Eric Huss
-0
/
+0
2020-03-04
Make PlaceRef lifetimes of uninitialized_error_reported be both 'tcx
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of move_error_reported be both 'tcx
Santiago Pastorino
-9
/
+10
2020-03-04
warn on macro_use attr
Devin R
-1
/
+8
[prev]
[next]