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
2018-07-30
Stable release 1.28.0
Mark Rousskov
-1
/
+1
2018-07-28
Auto merge of #52796 - ollie27:rustdoc_beta_lints, r=QuietMisdreavus
bors
-1
/
+5
2018-07-27
Disable lints in rustdoc
Oliver Middleton
-1
/
+5
2018-07-27
bump bootstrap compiler to 1.27.2
Pietro Albini
-2
/
+2
2018-07-26
For some reason, on my linux box, using `-Zverbose` here is causing a linker ...
Felix S. Klock II
-1
/
+1
2018-07-26
Regression test for issue.
Felix S. Klock II
-0
/
+88
2018-07-26
When type-checking binops, LHS of assign-op like `+=` is invariant.
Felix S. Klock II
-11
/
+18
2018-07-26
Rollup merge of #52709 - cuviper:beta-global_allocator, r=alexcrichton
kennytm
-3
/
+1
2018-07-25
beta: only true stage0 needs feature(global_allocator)
Josh Stone
-3
/
+1
2018-07-25
fix beta backport
Pietro Albini
-3
/
+3
2018-07-25
force the doctest rustc thread to share the name of the test
QuietMisdreavus
-7
/
+19
2018-07-25
compiletest: don't overwrite failure-status if it was previously set
QuietMisdreavus
-0
/
+7
2018-07-25
add failure-status to rustdoc doctest ui test
QuietMisdreavus
-9
/
+10
2018-07-25
normalize test output so it can be run from repo root
QuietMisdreavus
-10
/
+14
2018-07-25
update stdout file with test path normalization
QuietMisdreavus
-10
/
+10
2018-07-25
report doctest compile failures correctly
QuietMisdreavus
-22
/
+38
2018-07-25
add ui test for failing doctest
QuietMisdreavus
-0
/
+40
2018-07-25
rustdoc: set panic output before starting compiler thread pool
QuietMisdreavus
-25
/
+27
2018-07-24
Auto merge of #52624 - oli-obk:promotion_abort_backport, r=nikomatsakis
bors
-3
/
+46
2018-07-22
Abort instead of UB if promotion fails
Oliver Schneider
-3
/
+46
2018-07-18
[BETA] Update cargo
Eric Huss
-0
/
+0
2018-07-16
use vendored rustfmt-nightly (src/tools/rustfmt)
Sébastien Marie
-129
/
+3
2018-07-14
add test for #52213
Ariel Ben-Yehuda
-0
/
+24
2018-07-14
add a debug log for more MC failures
Ariel Ben-Yehuda
-3
/
+6
2018-07-14
use the adjusted type for cat_pattern in tuple patterns
Ariel Ben-Yehuda
-1
/
+1
2018-07-14
add comment about lints whitelisting
Guillaume Gomez
-0
/
+2
2018-07-14
Whitelist lints
Guillaume Gomez
-8
/
+19
2018-07-14
Fix rustdoc run failures by shutting down definitely some lints
Guillaume Gomez
-2
/
+42
2018-07-12
rustdoc: Hide struct and enum variant constructor imports
Oliver Middleton
-5
/
+32
2018-07-12
Remove rustdoc plugins
steveklabnik
-58
/
+12
2018-07-12
step_by: leave time of item skip unspecified
Emerentius
-1
/
+22
2018-07-09
[BETA] Update cargo
Eric Huss
-0
/
+0
2018-07-08
Update stdsimd submodule
Alex Crichton
-0
/
+0
2018-07-05
Do not allow LLVM to increase a TLS's alignment on macOS.
kennytm
-3
/
+96
2018-07-05
Remove unused variable
Guillaume Gomez
-2
/
+1
2018-07-05
Extend collision prevention to every type
Guillaume Gomez
-5
/
+1
2018-07-05
Fix macro missing from doc search
Guillaume Gomez
-2
/
+25
2018-06-30
Auto merge of #51925 - Mark-Simulacrum:beta-cargo-backport, r=alexcrichton
bors
-0
/
+0
2018-06-29
Update beta Cargo
Mark Rousskov
-0
/
+0
2018-06-30
Update LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1
Mike Hommey
-0
/
+0
2018-06-28
used debug, not info
mark
-3
/
+3
2018-06-28
actually fix test
mark
-1
/
+1
2018-06-28
fix test
mark
-4
/
+7
2018-06-28
enable fold_mac
Mark Mansi
-0
/
+5
2018-06-28
Prohibit global_allocator in submodules for now
Mark Mansi
-41
/
+91
2018-06-28
Attempt to fix hygiene for global_allocator
Mark Mansi
-21
/
+74
2018-06-27
use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments
Niko Matsakis
-2
/
+45
2018-06-27
rename `pat_ty` to `pat_ty_adjusted` for clarity
Niko Matsakis
-4
/
+4
2018-06-27
Don't use `ParamEnv::reveal_all()` if there is a real one available
Oliver Schneider
-1
/
+29
2018-06-27
Do not build LLVM tools for any of the tools
Mark Simulacrum
-6
/
+3
[next]