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-02-12
Set stable channel for CI
Mark Simulacrum
-1
/
+1
2018-02-11
Delete executables if the test ran successfully.
Mark Simulacrum
-3
/
+5
2018-02-11
compiletest: Delete the executable immediately after running.
kennytm
-2
/
+8
2018-02-11
rustc_mir: insert a dummy access to places being matched on, when building MIR.
Eduard-Mihai Burtescu
-68
/
+118
2018-02-11
rustc: don't ICE when using Rvalue::Discriminant on a non-ADT.
Eduard-Mihai Burtescu
-3
/
+2
2018-02-11
Use time crate in bootstrap dist instead of date
Onur Aslan
-3
/
+39
2018-02-03
Auto merge of #47969 - Manishearth:ice-ice-beta, r=Mark-Simulacrum
bors
-5
/
+30
2018-02-03
Add regression test
Manish Goregaokar
-0
/
+16
2018-02-03
Fix rustdoc ICE on macros defined within functions
Manish Goregaokar
-5
/
+14
2018-02-02
Auto merge of #47943 - MaloJaffre:beta-backport, r=Mark-Simulacrum
bors
-5
/
+77
2018-02-02
Auto merge of #47918 - nikomatsakis:issue-47139-beta, r=eddyb
bors
-93
/
+307
2018-02-01
Update Cargo on beta
Alex Crichton
-0
/
+0
2018-02-01
rustc_trans: keep LLVM types for trait objects anonymous.
Eduard-Mihai Burtescu
-3
/
+23
2018-02-01
Expand union test to include different types
Ryan Cumming
-7
/
+26
2018-02-01
Fix ICE on const eval of union field
Ryan Cumming
-1
/
+30
2018-02-01
Call non-git beta builds simply x.y.z-beta
Josh Stone
-1
/
+5
2018-01-31
track intercrate ambiguity only when there is a coherence error
Niko Matsakis
-49
/
+82
2018-01-31
change `overlapping_impls` to take a tcx and create the infcx
Niko Matsakis
-72
/
+66
2018-01-31
make `overlapping_impls` call closures instead of returning
Niko Matsakis
-50
/
+75
2018-01-31
add regression test
Niko Matsakis
-0
/
+162
2018-01-23
rustc: Lower link args to `@`-files on Windows more
Alex Crichton
-32
/
+182
2018-01-23
avoid double-unsizing arrays in bytestring match lowering
Ariel Ben-Yehuda
-23
/
+88
2018-01-23
Add incremental-fulldeps test suite and regression test for #47290.
Michael Woerister
-0
/
+63
2018-01-23
Don't include DefIndex in plugin- and proc-macro registrar fn symbol.
Michael Woerister
-26
/
+19
2018-01-23
Compute LLVM argument indices correctly in face of padding
Robin Kruppe
-3
/
+22
2018-01-21
Auto merge of #47548 - alexcrichton:beta-default-fat, r=michaelwoerister
bors
-3
/
+9
2018-01-18
[beta] Attempt to fix prerelease version calculation
Alex Crichton
-2
/
+6
2018-01-18
Use name-discarding LLVM context
Simonas Kazlauskas
-6
/
+27
2018-01-18
rustc: Spawn `cmd /c` for `.bat` scripts
Alex Crichton
-6
/
+7
2018-01-18
Update cargo on beta.
Eric Huss
-0
/
+0
2018-01-18
[beta] Turn back on "fat" LTO by default
Alex Crichton
-3
/
+9
2018-01-13
[beta] Automaticaly calculate beta prerelease numbers
Alex Crichton
-8
/
+53
2018-01-12
Bump beta release version
Taylor Cramer
-1
/
+1
2018-01-12
Treat #[path] files as mod.rs files
Taylor Cramer
-30
/
+9
2018-01-10
Bump beta version to `1.24.0-beta.2`
Malo Jaffré
-1
/
+1
2018-01-10
Shorten names of some compiler generated artifacts.
Michael Woerister
-28
/
+70
2018-01-10
Regression tests for #47175
Manish Goregaokar
-0
/
+38
2018-01-10
Make double ended string searchers use dependent fingers (fixes #47175)
Manish Goregaokar
-6
/
+10
2018-01-10
Try to fix a perf regression by updating log
Malo Jaffré
-43
/
+43
2018-01-10
Generate code for const- and inline-fns if -Clink-dead-code is specified.
Michael Woerister
-3
/
+38
2018-01-04
[beta] Bootstrap from release artifacts
Alex Crichton
-2
/
+2
2018-01-02
Don't verify miri/clippy for now
Alex Crichton
-4
/
+2
2018-01-01
rustbuild: Allow using unstable rustdoc features on beta
Alex Crichton
-1
/
+2
2018-01-01
[beta] Prepare the 1.24.0 beta release
Alex Crichton
-9
/
+7
2018-01-01
Auto merge of #46735 - Manishearth:memchr-find, r=burntsushi
bors
-84
/
+519
2018-01-01
Auto merge of #46278 - MaloJaffre:ci-compiler-docs, r=kennytm
bors
-233
/
+254
2018-01-01
handle overflow/underflow in index offsets
Manish Goregaokar
-10
/
+15
2018-01-01
Enable compiler docs testing in x86_64-gnu
Malo Jaffré
-1
/
+5
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-94
/
+128
2018-01-01
Ignore remaining broken links caused by rustdoc bugs
Malo Jaffré
-2
/
+20
[next]