| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-02-03 | Moved all numeric modules in core into own directory | Marvin Löbel | -57/+0 | |
| Reason: Better grouping of related modules, future-proving for a more extensive math library. | ||||
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -3/+3 | |
| module scope. r=tjc | ||||
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the ↵ | Patrick Walton | -3/+3 | |
| nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6. | ||||
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -3/+3 | |
| module scope. r=tjc | ||||
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -1/+1 | |
| contain at least two components. r=graydon | ||||
| 2012-12-23 | core: Mark some functions as pure | Chris Peterson | -2/+2 | |
| 2012-12-17 | Register snapshots | Brian Anderson | -4/+0 | |
| 2012-12-17 | Revert "Register snapshots" | Brian Anderson | -0/+4 | |
| This reverts commit d6d12d90ff5363f59f1a1bf67f999a5d7944abb1. | ||||
| 2012-12-17 | Register snapshots | Brian Anderson | -4/+0 | |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+5 | |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-11-30 | core: Make core.rc more readable. Cleanup | Brian Anderson | -0/+2 | |
| 2012-11-28 | core: Remove old template files | Brian Anderson | -34/+41 | |
| 2012-09-28 | Finish de-exporting int-template and the int modules. | Graydon Hoare | -3/+3 | |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -6/+0 | |
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -3/+3 | |
| Closes #3302 | ||||
| 2012-08-02 | Cleanups in the int and uint templates. | Graydon Hoare | -7/+5 | |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -1/+1 | |
| API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map). | ||||
| 2012-08-01 | Convert ret to return | Brian Anderson | -4/+4 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -2/+2 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -1/+1 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -1/+1 | |
| 2012-06-12 | Rewrite int/uint helper functions to use refs | Erick Tryzelaar | -1/+1 | |
| This lets us pass them to generic functions. | ||||
| 2012-05-15 | core: Generalize int-string conversions to all int types | Brian Anderson | -98/+0 | |
| Issue #2239 | ||||
| 2012-04-16 | core: Factor out int/i8/16/32/64 mods into int-template | Brian Anderson | -0/+144 | |
