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
2019-08-12
Add date debug to CI
Mark Rousskov
-0
/
+9
2019-08-12
fix cycle when looking up size and align of a static
Ralf Jung
-22
/
+41
2019-08-12
Avoid ICE when referencing desugared local binding in borrow error
Esteban Küber
-13
/
+57
2019-08-12
Switch to stable channel
Mark Rousskov
-1
/
+1
2019-08-05
bless ui tests
Pietro Albini
-1
/
+1
2019-08-04
Rollup merge of #63254 - taiki-e:arbitrary_self_types-lifetime-elision-2-beta...
Pietro Albini
-33
/
+1560
2019-08-04
arbitrary_self_types lifetime elision: --bless --compare-mode=nll
Taiki Endo
-0
/
+342
2019-08-04
Fix typo
Taiki Endo
-1
/
+1
2019-08-04
Add tests for `self: (&)AssocType`
Taiki Endo
-0
/
+124
2019-08-04
Add test for multiple ref-self
Taiki Endo
-7
/
+73
2019-08-04
Minor clean up
Taiki Endo
-36
/
+27
2019-08-04
Add main functions and check-pass annotations
Taiki Endo
-22
/
+16
2019-08-04
Update src/test/ui/self/elision/README.md
Taiki Endo
-1
/
+1
2019-08-04
add a bevy of new test cases
Niko Matsakis
-0
/
+831
2019-08-04
Use Set1<Region> instead of Option<Region>
Taiki Endo
-5
/
+6
2019-08-04
Make is_self_ty a method on SelfVisitor
Taiki Endo
-32
/
+35
2019-08-04
Remove query for `.pin_type()`
Taiki Endo
-36
/
+47
2019-08-04
Allow lifetime elision in `Pin<&(mut) Self>`
Taiki Endo
-1
/
+165
2019-08-03
Rollup merge of #62911 - ehuss:update-beta-cargo, r=alexcrichton
Pietro Albini
-0
/
+0
2019-08-03
ci: move .azure-pipelines to src/ci/azure-pipelines
Pietro Albini
-0
/
+841
2019-08-03
review comments
Esteban Küber
-3
/
+4
2019-08-03
Fix another case
Esteban Küber
-3
/
+72
2019-08-03
Make the parser TokenStream more resilient after mismatched delimiter recovery
Esteban Küber
-0
/
+38
2019-08-03
Require a value for configure --debuginfo-level
Josh Stone
-6
/
+6
2019-08-02
[BETA] Update cargo
Eric Huss
-0
/
+0
2019-07-22
Rollup merge of #62793 - wesleywiser:pgo_error_backport, r=zackmdavis
Pietro Albini
-2
/
+5
2019-07-22
Rollup merge of #62792 - goodmanjonathan:beta, r=estebank
Pietro Albini
-1
/
+20
2019-07-22
ci: pin awscli dependencies
Pietro Albini
-0
/
+13
2019-07-22
Cancel unemitted diagnostics during error recovery
Esteban Küber
-8
/
+9
2019-07-22
add test case
Esteban Küber
-0
/
+13
2019-07-22
Correctly break out of recovery loop
Esteban Küber
-2
/
+3
2019-07-22
Handle errors during error recovery gracefully
Esteban Küber
-4
/
+27
2019-07-22
Raise the default recursion limit to 128
Simonas Kazlauskas
-29
/
+389
2019-07-22
Blessed tests.
Alexander Regueiro
-0
/
+27
2019-07-22
Added tests for issues.
Alexander Regueiro
-3
/
+23
2019-07-22
Fixed ICEs.
Alexander Regueiro
-11
/
+1
2019-07-22
Fixed up a few comments.
Alexander Regueiro
-10
/
+10
2019-07-22
rustc_target: avoid negative register counts in the SysV x86_64 ABI.
Eduard-Mihai Burtescu
-9
/
+129
2019-07-18
Only error about MSVC + PGO + unwind if we're generating code
Wesley Wiser
-2
/
+5
2019-07-18
Don't drop DiagnosticBuilder if parsing fails
Jonathan Goodman
-1
/
+20
2019-07-08
Force #[unwind(aborts)] in test/codegen/c-variadic.rs
Josh Stone
-0
/
+6
2019-07-08
Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"
Josh Stone
-2
/
+2
2019-07-08
Permit unwinding through FFI by default
Mark Rousskov
-1
/
+3
2019-07-04
Swap to stable release
Mark Rousskov
-2
/
+2
2019-07-03
HashMap is UnwindSafe
Simon Sapin
-0
/
+12
2019-07-03
Switch to beta channel
Mark Rousskov
-5
/
+5
2019-07-03
Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-r...
bors
-548
/
+2580
2019-07-02
Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton
bors
-36
/
+189
2019-07-02
fix ICE with delay-span-bug
Niko Matsakis
-3
/
+39
2019-07-02
address nits
Niko Matsakis
-6
/
+6
[next]