| Age | Commit message (Expand) | Author | Lines |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -7/+7 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -1/+1 |
| 2017-04-14 | Avoid to use floating point match | est31 | -5/+7 |
| 2017-01-20 | Remove specialization from Debug implementations | Guillaume Gomez | -18/+0 |
| 2017-01-18 | Add missing Debug implementation for librand structs | Guillaume Gomez | -0/+158 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -9/+9 |
| 2016-10-12 | run rustfmt on librand | Srinivas Reddy Thatiparthy | -10/+2 |
| 2016-05-29 | run rustfmt on librand folder | Srinivas Reddy Thatiparthy | -18/+18 |
| 2016-05-03 | Fix tests related to no_std | Seo Sanghyeon | -0/+5 |
| 2015-11-24 | rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand | Nick Cameron | -5/+7 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -13/+0 |
| 2015-10-16 | Tests fixup | Marcello Seri | -100/+29 |
| 2015-10-16 | fixup | Marcello Seri | -1028/+264 |
| 2015-10-16 | rustfmt src/librand | Marcello Seri | -343/+1226 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-10 | Run rustfmt on librand/distributions/normal.rs | Joseph Caudle | -15/+23 |
| 2015-08-18 | Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton | bors | -3/+3 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -3/+3 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -1/+2 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -6/+0 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -3/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -2/+5 |
| 2015-07-01 | Hide SampleRange trait from docs | Ulrik Sverdrup | -0/+1 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -2/+2 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -2/+2 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -1/+0 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -7/+5 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-14 | rand: Delete all doc tests | Alex Crichton | -121/+0 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -5/+5 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -5/+5 |
| 2015-03-30 | Fallout where types must be specified. | Niko Matsakis | -2/+2 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -13/+13 |
| 2015-03-27 | rollup merge of #23776: nrc/allow_trivial_cast | Alex Crichton | -2/+0 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -2/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -13/+13 |
| 2015-03-26 | Deprecate as_mut_slice methods | Erick Tryzelaar | -1/+1 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -0/+2 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+9 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -9/+9 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -1/+1 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -9/+9 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -2/+0 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -9/+9 |