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-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
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+0
2015-03-20
Auto merge of #23267 - alexcrichton:issue-20012, r=aturon
bors
-21
/
+23
2015-03-20
Revert "Revert "std: Re-enable at_exit()""
Alex Crichton
-21
/
+23
2015-03-20
Remove rt::default_sched_threads and RUST_THREADS.
Steve Klabnik
-24
/
+1
2015-03-18
Register new snapshots
Alex Crichton
-3
/
+0
2015-03-16
impl<T> *const T, impl<T> *mut T
Jorge Aparicio
-0
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-66
/
+7
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-3
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-3
/
+3
2015-03-03
sidestep potential over- and underflow in estimated stack bounds.
Felix S. Klock II
-1
/
+15
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-5
/
+7
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-0
/
+5
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-4
/
+5
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-5
/
+5
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-2
/
+2
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-5
/
+5
2015-02-17
Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
bors
-4
/
+4
2015-02-17
Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
Manish Goregaokar
-4
/
+4
2015-02-17
Rollup merge of #22374 - richo:warn-fixup, r=huonw
Manish Goregaokar
-1
/
+0
2015-02-15
lint: fixup extraneous #[allow]
Richo Healey
-1
/
+0
2015-02-13
Rename std::failure to std::panicking
Kevin Yap
-3
/
+3
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-4
/
+4
2015-02-11
bitrig integration
Dave Huseby
-0
/
+5
2015-02-11
rollup merge of #22188: alexcrichton/envv2
Alex Crichton
-3
/
+3
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-3
/
+3
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-0
/
+2
2015-02-06
Rollup merge of #21924 - steveklabnik:fix_try_docs, r=huonw
Manish Goregaokar
-2
/
+2
2015-02-06
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
Manish Goregaokar
-4
/
+0
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-4
/
+0
2015-02-04
Fix issue with rt::unwind::try() docs
Steve Klabnik
-2
/
+2
2015-02-04
Fix Unicode name mangling
P1start
-8
/
+8
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-4
/
+4
[next]