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-12-16
1.40 stable release
Mark Rousskov
-1
/
+1
2019-12-14
Rebase fixes
Mark Rousskov
-1
/
+0
2019-12-14
resolve: Make visibility resolution more speculative
Vadim Petrochenkov
-69
/
+87
2019-12-14
resolve: Cleanup some field processing code
Vadim Petrochenkov
-32
/
+31
2019-12-14
Rebase fixes
Mark Rousskov
-1
/
+10
2019-12-14
Show const_err lint in addition to the hard error
Oliver Scherer
-2
/
+16
2019-12-14
Ensure that we get a hard error on generic ZST constants if their body causes...
Oliver Scherer
-4
/
+39
2019-12-14
expand: Fully preserve visibilities on unnamed fields with attributes
Vadim Petrochenkov
-5
/
+35
2019-12-14
def_collector: Do not forget to save indices of fields with multiple attributes
Vadim Petrochenkov
-9
/
+18
2019-12-14
Fix #66295
Georg Semmler
-30
/
+23
2019-12-14
E0023: handle expected != pat-tup-type
Mazdak Farrokhzad
-10
/
+70
2019-12-14
resolve: Resolve visibilities on fields with non-builtin attributes
Vadim Petrochenkov
-4
/
+65
2019-12-14
resolve: Always resolve visibilities on impl items
Vadim Petrochenkov
-12
/
+46
2019-12-07
Fix tests
Mark Rousskov
-1
/
+2
2019-12-06
[ConstProp] Avoid OOM crashes by not evaluating large Places
Wesley Wiser
-1
/
+29
2019-12-06
Do not ICE whith a precision flag in formatting str and no format arguments
Esteban Küber
-5
/
+23
2019-12-06
Undo an assert causing an ICE until we fix the problem properly
Oliver Scherer
-5
/
+16
2019-12-06
parser: don't use `unreachable!()` in `fn unexpected`.
Mazdak Farrokhzad
-1
/
+32
2019-12-05
find_deprecation: deprecation attr may be ill-formed meta.
Mazdak Farrokhzad
-1
/
+23
2019-12-05
review comments
Esteban Küber
-9
/
+5
2019-12-05
Do not ICE on recovery from unmet associated type bound obligation
Esteban Küber
-3
/
+41
2019-12-05
Fix ICE when trying to suggest `Type<>` instead of `Type()`
Esteban Küber
-9
/
+10
2019-12-05
review comments
Esteban Küber
-1
/
+3
2019-12-05
Do not ICE in `if` without `else` in `async fn`
Esteban Küber
-2
/
+32
2019-12-05
Move `trait_ref_to_existential` to a closure
Esteban Küber
-21
/
+19
2019-12-05
review comments
Esteban Küber
-1
/
+5
2019-12-05
Do not ICE on trait aliases with missing obligations
Esteban Küber
-3
/
+37
2019-12-05
Handle non_exhaustive in borrow checking
Matthew Jasper
-1
/
+84
2019-12-02
Auto merge of #66964 - ehuss:update-beta-cargo, r=alexcrichton
bors
-0
/
+0
2019-12-02
[beta] Update mdbook
Eric Huss
-60
/
+4
2019-12-02
[beta] Update cargo
Eric Huss
-0
/
+0
2019-11-12
stage0: download 1.39.0 from static
Pietro Albini
-2
/
+2
2019-11-05
Hopefully fix rustdoc build
Mark Rousskov
-1
/
+12
2019-11-05
this is beta 1.40.0
Pietro Albini
-5
/
+5
2019-11-05
Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichton
bors
-6
/
+10
2019-11-04
Auto merge of #65874 - Nadrieril:clarify-usefulness, r=varkor
bors
-798
/
+1047
2019-11-04
Auto merge of #66078 - petrochenkov:gateout, r=Centril
bors
-16
/
+182
2019-11-04
expand: Feature gate out-of-line modules in proc macro input
Vadim Petrochenkov
-16
/
+182
2019-11-04
Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakis
bors
-153
/
+173
2019-11-03
Delete lint buffer from Session
Mark Rousskov
-68
/
+39
2019-11-03
Move crate type checking later
Mark Rousskov
-51
/
+62
2019-11-03
Utilize Resolver lint buffer during HIR lowering
Mark Rousskov
-10
/
+19
2019-11-03
Migrate resolver over to internal lint buffer
Mark Rousskov
-39
/
+73
2019-11-03
Only permit taking buffered lints inside lint internals
Mark Rousskov
-1
/
+1
2019-11-03
Remove unused get_any method
Mark Rousskov
-5
/
+0
2019-11-04
Auto merge of #65838 - estebank:resilient-recovery, r=Centril
bors
-153
/
+293
2019-11-03
Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark...
bors
-57
/
+49
2019-11-03
Auto merge of #65646 - Amanieu:foreign-exceptions, r=nikomatsakis
bors
-428
/
+480
2019-11-03
Auto merge of #65759 - tmiasko:ui, r=petrochenkov
bors
-268
/
+283
2019-11-03
Fix macOS tests
Amanieu d'Antras
-0
/
+2
[next]