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-02-24
add test for the new poc
Ivan Komarov
-0
/
+33
2020-02-24
bump llvm
Pietro Albini
-0
/
+0
2020-02-23
Correct stderr output for failing tests
Mark Rousskov
-11
/
+12
2020-02-22
Clean out some default-installed directories
Mark Rousskov
-0
/
+19
2020-02-22
Check types of statics in MIR typeck
Matthew Jasper
-3
/
+99
2020-02-22
Check `Copy` lifetimes bounds when copying from a projection
Matthew Jasper
-40
/
+64
2020-02-22
Resolve long compile times when evaluating always valid constants
Wesley Wiser
-3
/
+99
2020-02-22
Correct ICE caused by macros generating invalid spans.
Michael Burge
-1
/
+8
2020-02-22
Do not ICE when encountering `yield` inside `async` block
Esteban Küber
-3
/
+18
2020-02-21
Revert "Remove `checked_add` in `Layout::repeat`"
Sebastian Hahn
-6
/
+38
2020-02-21
rustfmt relevant files
Mark Rousskov
-904
/
+783
2020-02-21
1.41.1 release
Mark Rousskov
-18
/
+15
2020-01-27
1.41.0 stable release
Pietro Albini
-1
/
+1
2020-01-27
switch bootstrap compiler to stable 1.40.0
Pietro Albini
-2
/
+2
2020-01-27
Make pointers to statics internal
Matthew Jasper
-33
/
+89
2020-01-23
review comments
Esteban Küber
-16
/
+14
2020-01-23
Do not ICE on malformed suggestion spans
Esteban Küber
-5
/
+28
2020-01-23
format librustc_errors
Mark Rousskov
-404
/
+421
2020-01-23
Distinguish between private items and hidden items in rustdoc
David Tolnay
-78
/
+138
2020-01-23
format librustdoc
Mark Rousskov
-775
/
+839
2020-01-23
Revert parts of #66405.
Nicholas Nethercote
-111
/
+80
2020-01-23
fmt data data structures
Mark Rousskov
-68
/
+51
2020-01-17
rustdoc: Don't allow `#![feature(...)]` on stable or beta
Oliver Middleton
-2
/
+1
2020-01-17
Add ICE regression tests
Esteban Küber
-0
/
+34
2020-01-17
Change `next_point` when `shrink_to_hi` is more appropriate
Esteban Küber
-17
/
+13
2020-01-17
Fix invalid bounding box
Esteban Küber
-1
/
+1
2020-01-17
Fix `next_point` to be unicode aware
Esteban Küber
-1
/
+1
2020-01-17
Do not ICE on unicode next point
Esteban Küber
-1
/
+24
2020-01-17
expect `fn` after `const unsafe` / `const extern`
Mazdak Farrokhzad
-1
/
+42
2020-01-13
Fix rebase damage
Jonas Schievink
-1
/
+0
2020-01-13
Do not ICE on lifetime error involving closures
Esteban Küber
-2
/
+38
2020-01-13
Treat extern statics just like statics in the "const pointer to static" repre...
Oliver Scherer
-2
/
+71
2020-01-13
Use the correct type for static qualifs
Matthew Jasper
-8
/
+22
2020-01-13
Reenable static linking of libstdc++ on windows-gnu
Mateusz Mikuła
-1
/
+1
2020-01-13
Don't suppress move errors for union fields
Matthew Jasper
-9
/
+79
2020-01-13
Move command-related tests into command/
Jeremy Fitzhardinge
-0
/
+0
2020-01-13
Fix up Command Debug output when arg0 is specified.
Jeremy Fitzhardinge
-2
/
+30
2019-12-17
Switch to bootstrapping from dev-static stable
Mark Rousskov
-5
/
+5
2019-12-16
Rollup merge of #67349 - petertodd:2019-unsize-docs, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-12-16
Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPC
Mazdak Farrokhzad
-1
/
+1
2019-12-16
Rollup merge of #67323 - Centril:tes, r=davidtwco
Mazdak Farrokhzad
-18
/
+17
2019-12-16
Rollup merge of #67322 - lzutao:nonzero-use-self, r=joshtriplett
Mazdak Farrokhzad
-3
/
+3
2019-12-16
Rollup merge of #67318 - Centril:spdocs, r=matthewjasper
Mazdak Farrokhzad
-17
/
+63
2019-12-16
Rollup merge of #67308 - dtolnay:fast_rebind, r=alexcrichton
Mazdak Farrokhzad
-15
/
+0
2019-12-16
Rollup merge of #67249 - ranma42:improve-starts-with-literal-char, r=BurntSushi
Mazdak Farrokhzad
-15
/
+48
2019-12-16
Add benchmarks for `start_with` and `ends_with`
Andrea Canciani
-0
/
+44
2019-12-16
Minor: update Unsize docs for dyn syntax
Peter Todd
-1
/
+1
2019-12-16
improve lower_pat_slice docs + while -> for
Mazdak Farrokhzad
-12
/
+26
2019-12-16
Rollup merge of #67325 - Centril:push-fake-read, r=matthewjasper
Mazdak Farrokhzad
-48
/
+23
2019-12-16
Rollup merge of #67324 - Centril:mir-build-match-doc-fix, r=matthewjasper
Mazdak Farrokhzad
-2
/
+1
[next]