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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rt
Age
Commit message (
Expand
)
Author
Lines
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-4
/
+1
2015-08-11
rollup merge of #27678: alexcrichton/snapshots
Alex Crichton
-7
/
+0
2015-08-11
trans: Re-enable unwinding on 64-bit MSVC
Alex Crichton
-5
/
+5
2015-08-11
Register new snapshots
Alex Crichton
-7
/
+0
2015-08-10
Auto merge of #27338 - alexcrichton:remove-morestack, r=brson
bors
-42
/
+2
2015-08-10
Remove morestack support
Alex Crichton
-42
/
+2
2015-08-05
Better FFI discipline
Tamir Duberstein
-2
/
+2
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-2
/
+5
2015-08-02
Fix compile errors for ARM.
Vadim Chugunov
-2
/
+4
2015-07-30
Implement Win64 eh_personality natively.
Vadim Chugunov
-129
/
+528
2015-07-29
Auto merge of #27339 - alexcrichton:remove-old-rt, r=brson
bors
-33
/
+1
2015-07-27
std: Remove msvc/valgrind headers
Alex Crichton
-33
/
+1
2015-07-27
Register new snapshots (2015-07-26 a5c12f4).
Eduard Burtescu
-10
/
+4
2015-07-23
Rewrite the improper_ctypes lint.
Eli Friedman
-6
/
+5
2015-07-22
Auto merge of #27176 - alexcrichton:fix-stock-llvm, r=brson
bors
-39
/
+47
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-39
/
+47
2015-07-21
std: Be resilient to failure in pthread_getattr_np
Alex Crichton
-2
/
+2
2015-07-06
Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson
bors
-4
/
+11
2015-07-02
windows: Don't link rust_builtin
Alex Crichton
-4
/
+11
2015-07-01
Add netbsd amd64 support
Alex Newman
-1
/
+2
2015-06-25
msvc: Implement runtime support for unwinding
Alex Crichton
-9
/
+122
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-9
/
+9
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+3
2015-06-14
Implement RFC 1014
Steven Fackler
-1
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-17
/
+17
2015-05-19
std: Don't require rust_try as an exported symbol
Alex Crichton
-9
/
+24
2015-05-19
std: Implement aborting stubs for MSVC unwinding
Alex Crichton
-328
/
+389
2015-05-12
Scale back changes made
Alex Crichton
-310
/
+1
2015-05-12
Very hacky MSVC hacks.
Ricky Taylor
-1
/
+310
2015-05-09
Convert #[lang="..."] to #[lang = "..."]
Nick Hamann
-4
/
+4
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-17
/
+0
2015-04-27
std: Prepare for linking to musl
Alex Crichton
-1
/
+6
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-16
Call write_fmt directly to format an Arguments value.
Ryan Prichard
-2
/
+2
2015-04-11
Change the rt::unwind line argument type from usize to u32.
Ryan Prichard
-4
/
+21
2015-04-08
std: Destabilize the internals of panic!
Alex Crichton
-3
/
+0
2015-04-02
Tweak relese notes + rebase fixes
Alex Crichton
-1
/
+1
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+1
2015-04-01
rollup merge of #23945: pnkfelix/gate-u-negate
Alex Crichton
-1
/
+1
2015-04-01
fallout from feature-gating unary negation on unsigned integers.
Felix S. Klock II
-1
/
+1
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-3
/
+2
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-9
/
+5
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-26
/
+26
2015-03-24
rollup merge of #23630: nrc/coerce-tidy
Alex Crichton
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+1
2015-03-21
std: Tweak rt::at_exit behavior
Alex Crichton
-35
/
+46
[next]