about summary refs log tree commit diff
path: root/src/libcore/int-template
AgeCommit message (Expand)AuthorLines
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-121/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-3/+3
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-3/+3
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-3/+3
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-8/+8
2012-12-23core: Mark some functions as pureChris Peterson-2/+2
2012-12-17Register snapshotsBrian Anderson-4/+0
2012-12-17Revert "Register snapshots"Brian Anderson-0/+4
2012-12-17Register snapshotsBrian Anderson-4/+0
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+5
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+50
2012-11-30core: Make core.rc more readable. CleanupBrian Anderson-0/+10
2012-11-28core: Remove old template filesBrian Anderson-103/+57
2012-11-26Remove the crate languageBrian Anderson-0/+61
2012-09-28Finish de-exporting int-template and the int modules.Graydon Hoare-11/+11
2012-09-19Remove final bits of residual hokey-hash functions. Close #1616.Graydon Hoare-6/+0
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-3/+3
2012-08-02Cleanups in the int and uint templates.Graydon Hoare-15/+9
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-1/+1
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-12Rewrite int/uint helper functions to use refsErick Tryzelaar-1/+1
2012-05-15core: Generalize int-string conversions to all int typesBrian Anderson-98/+0
2012-04-16core: Factor out int/i8/16/32/64 mods into int-templateBrian Anderson-0/+156